A library for linking into Xojo projects that facilitates adding custom functions to Xojo's sqlite class.

Written 16 Sept 2015 by Thomas Tempelmann, tempelmann@gmail.com, http://www.tempel.org

See also:

  http://blog.tempel.org/2015/09/xojosqliteextensions.html


To build on macOS, use these commands after "cd" into this dir:

  gcc -c main.c -DTARGET_OS_MAC -arch i386 -arch x86_64 -mmacosx-version-min=10.6
  gcc -dynamiclib -undefined suppress -flat_namespace main.o -o sqlite3_xojo_hook.dylib -arch i386 -arch x86_64
